-
Notifications
You must be signed in to change notification settings - Fork 790
[DeviceASAN] skip instrument dynamic alloca #19285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DeviceASAN] skip instrument dynamic alloca #19285
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
driver test need to be updated as well
Updated. |
Kindly ping @intel/dpcpp-clang-driver-reviewers for review. |
Kindly ping @intel/dpcpp-clang-driver-reviewers for review. |
Hi @intel/llvm-gatekeepers , pelase help merge this PR, thanks. |
1 similar comment
Hi @intel/llvm-gatekeepers , pelase help merge this PR, thanks. |
DASAN cannot handle dynamic alloca(llvm-spirv does not support the llvm.get.dynamic.area.offset.i64 intrinsic).
Regression test is added internally.